[XEN] Remove unused IS_INVALID_M2P_ENTRY macro.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 31 Aug 2006 21:29:23 +0000 (22:29 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 31 Aug 2006 21:29:23 +0000 (22:29 +0100)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/include/asm-ia64/mm.h
xen/include/asm-x86/mm.h

index 5bc654802ddd1688403e439cc8d4ba60bb3c81c3..111325936d05d7a86efc34fa973c9427d1f04e08 100644 (file)
@@ -451,7 +451,6 @@ extern u64 translate_domain_pte(u64 pteval, u64 address, u64 itir__, u64* logps,
 
 #define INVALID_M2P_ENTRY        (~0UL)
 #define VALID_M2P(_e)            (!((_e) & (1UL<<63)))
-#define IS_INVALID_M2P_ENTRY(_e) (!VALID_M2P(_e))
 
 #define set_gpfn_from_mfn(mfn, pfn) (machine_to_phys_mapping[(mfn)] = (pfn))
 #define get_gpfn_from_mfn(mfn)      (machine_to_phys_mapping[(mfn)])
index 826319982474f4b208fdfb851cecbbadd5d756c0..cb4efe9734f4df21dcbe895b1edccbe7ae001bb2 100644 (file)
@@ -338,7 +338,6 @@ int check_descriptor(struct desc_struct *d);
 #define machine_to_phys_mapping  ((unsigned long *)RDWR_MPT_VIRT_START)
 #define INVALID_M2P_ENTRY        (~0UL)
 #define VALID_M2P(_e)            (!((_e) & (1UL<<(BITS_PER_LONG-1))))
-#define IS_INVALID_M2P_ENTRY(_e) (!VALID_M2P(_e))
 
 #define set_gpfn_from_mfn(mfn, pfn) (machine_to_phys_mapping[(mfn)] = (pfn))
 #define get_gpfn_from_mfn(mfn)      (machine_to_phys_mapping[(mfn)])